type testing.filterMatch

5 uses

	testing (current package)
		match.go#L17: 	filter    filterMatch
		match.go#L29: type filterMatch interface {
		match.go#L44: type alternationMatch []filterMatch
		match.go#L51: 	var impl filterMatch
		match.go#L144: func splitRegexp(s string) filterMatch {